16 enregistrements

16 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

NIVEAU_DETAIL

Résultats des élections Municipales 2020 à Acigné - Dataviz

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
CODE_ELECTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_election
Type
texte
Exemple
M20
NOM_ELECTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_election
Type
texte
Exemple
ELECTIONS MUNICIPALES ET COMMUNAUTAIRES 2020
NUMERO_TOUR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_tour
Type
texte
Exemple
1
DATE_ELECTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_election
Type
texte
Exemple
2020-03-15
NIVEAU_DETAIL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
niveau_detail
Type
texte
Exemple
bu
NUMERO_LIEU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_lieu
Type
int
Exemple
11
NOM_LIEU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_lieu
Type
texte
Exemple
Salles de la Passerelle
ADRESSE_LIEU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_lieu
Type
texte
Exemple
24, Avenue de l'Abbé Barbedet 35690 Acigné
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point
Type
texte
Exemple
48.1345830782,-1.53773742766
NUMERO_CANTON
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_canton
Type
int
Exemple
13
NOM_CANTON
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_canton
Type
texte
Exemple
LIFFRE
NUMERO_CIRCONSCRIPTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_circonscription
Type
int
Exemple
2
NOM_CIRCONSCRIPTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_circonscription
Type
texte
Exemple
2e circonscription
NB_INSCRITS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_inscrits
Type
int
Exemple
906
NB_EMARGEMENTS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_emargements
Type
int
Exemple
364
NB_BULLETINS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_bulletins
Type
int
Exemple
364
NB_NULS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_nuls
Type
int
Exemple
16
NB_BLANC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_blanc
Type
int
Exemple
20
NB_EXPRIMES
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_exprimes
Type
int
Exemple
328
POURCENTAGE_PARTICIPATION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_participation
Type
décimal
Exemple
40.18
num_centre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_centre
Type
int
Exemple
1
VALID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
valid
Type
texte
Exemple
O
CANDIDAT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
candidat
Type
texte
Exemple
Alice ROUDAUT
NB_VOIX
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nb_voix
Type
int
Exemple
67
POURCENTAGE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage
Type
texte
Exemple
20.43

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"resultats-m20-acigne-dataviz",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/resultats-m20-acigne-dataviz"
      }
    ]
    ,
  • "definitions":
    {
    • "resultats-m20-acigne-dataviz":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/resultats-m20-acigne-dataviz_records"
            }
          }
        }
      }
      ,
    • "resultats-m20-acigne-dataviz_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_election":
              {
              • "type":"string",
              • "title":"CODE_ELECTION",
              • "description":""
              }
              ,
            • "nom_election":
              {
              • "type":"string",
              • "title":"NOM_ELECTION",
              • "description":""
              }
              ,
            • "numero_tour":
              {
              • "type":"string",
              • "title":"NUMERO_TOUR",
              • "description":""
              }
              ,
            • "date_election":
              {
              • "type":"string",
              • "title":"DATE_ELECTION",
              • "description":""
              }
              ,
            • "niveau_detail":
              {
              • "type":"string",
              • "title":"NIVEAU_DETAIL",
              • "description":""
              }
              ,
            • "numero_lieu":
              {
              • "type":"integer",
              • "title":"NUMERO_LIEU",
              • "description":""
              }
              ,
            • "nom_lieu":
              {
              • "type":"string",
              • "title":"NOM_LIEU",
              • "description":""
              }
              ,
            • "adresse_lieu":
              {
              • "type":"string",
              • "title":"ADRESSE_LIEU",
              • "description":""
              }
              ,
            • "geo_point":
              {
              • "type":"string",
              • "title":"Geo Point",
              • "description":""
              }
              ,
            • "numero_canton":
              {
              • "type":"integer",
              • "title":"NUMERO_CANTON",
              • "description":""
              }
              ,
            • "nom_canton":
              {
              • "type":"string",
              • "title":"NOM_CANTON",
              • "description":""
              }
              ,
            • "numero_circonscription":
              {
              • "type":"integer",
              • "title":"NUMERO_CIRCONSCRIPTION",
              • "description":""
              }
              ,
            • "nom_circonscription":
              {
              • "type":"string",
              • "title":"NOM_CIRCONSCRIPTION",
              • "description":""
              }
              ,
            • "nb_inscrits":
              {
              • "type":"integer",
              • "title":"NB_INSCRITS",
              • "description":""
              }
              ,
            • "nb_emargements":
              {
              • "type":"integer",
              • "title":"NB_EMARGEMENTS",
              • "description":""
              }
              ,
            • "nb_bulletins":
              {
              • "type":"integer",
              • "title":"NB_BULLETINS",
              • "description":""
              }
              ,
            • "nb_nuls":
              {
              • "type":"integer",
              • "title":"NB_NULS",
              • "description":""
              }
              ,
            • "nb_blanc":
              {
              • "type":"integer",
              • "title":"NB_BLANC",
              • "description":""
              }
              ,
            • "nb_exprimes":
              {
              • "type":"integer",
              • "title":"NB_EXPRIMES",
              • "description":""
              }
              ,
            • "pourcentage_participation":
              {
              • "type":"number",
              • "title":"POURCENTAGE_PARTICIPATION",
              • "description":""
              }
              ,
            • "num_centre":
              {
              • "type":"integer",
              • "title":"num_centre",
              • "description":""
              }
              ,
            • "valid":
              {
              • "type":"string",
              • "title":"VALID",
              • "description":""
              }
              ,
            • "candidat":
              {
              • "type":"string",
              • "title":"CANDIDAT",
              • "description":""
              }
              ,
            • "nb_voix":
              {
              • "type":"integer",
              • "title":"NB_VOIX",
              • "description":""
              }
              ,
            • "pourcentage":
              {
              • "type":"string",
              • "title":"POURCENTAGE",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Réutilisations

Cliquez pour déplier Cliquez pour replier

Soumettre une réutilisation

Cliquez pour déplier Cliquez pour replier

Votre nom sera affiché publiquement avec votre réutilisation

Votre prénom sera affiché publiquement avec votre réutilisation

Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

Courte description de votre travail (max. 50 caractères)

Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

Une URL où votre travail est accessible publiquement

 ou 

(facultatif) Une URL ou une image pour présenter votre travail

false